-- background: 5217 from stack: in -- bmap block id: 5746 -- flags: 4000 -- background id: 0 -- name: Index -- part 2 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=351 top=309 right=336 bottom=446 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: search ----- HyperTalk script ----- on mouseUp global findWhat ask "Enter what you would like to search for:" with findWhat if it is empty then exit mouseUp put it into findwhat simpleFind findWhat end mouseUp -- part 9 (field) -- low flags: 01 -- high flags: 2007 -- rect: left=29 top=72 right=304 bottom=510 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: theList ----- HyperTalk script ----- on mouseUp set the lockText of me to false click at the clickLoc set the locktext of me to true select the selectedLine wait for 15 visual effect iris open go to card (word 2 of the selectedLine + 1) end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=57 top=307 right=338 bottom=266 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp visual effect wipe right to grey visual effect wipe right go to card "Solutions Menu" of stack "Solutions" end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=56 top=35 right=64 bottom=339 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 156 -- text size: 18 -- style flags: 2048 -- line height: 24 -- part name: Listing of Resource Providers -- part 15 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=269 top=309 right=336 bottom=346 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: search ----- HyperTalk script ----- on mouseUp answer "Print complete data for all" && the number of cards - 1 && "records." with "OK" or "Cancel" if it is "Cancel" then exit mouseUp lock screen go next card doMenu "Print Report..." go back unlock screen end mouseUp